home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 114 / CDRom114.iso / internet / temafire / Doodle Plastik.jar / global / printing.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2004-06-09  |  643 b   |  23 lines

  1. /*print preview toolbar*/
  2.  
  3. /* .. page navigation .. */
  4.  
  5. .home-arrow {
  6. list-style-image: url("chrome://global/skin/arrow/arrow-lft-sharp-end.gif");}
  7.  
  8. .end-arrow {
  9. list-style-image: url("chrome://global/skin/arrow/arrow-rit-sharp-end.gif");}
  10.  
  11. .last-arrow {
  12. list-style-image: url("chrome://global/skin/arrow/arrow-lft-sharp.gif");}
  13.  
  14. .next-arrow {
  15. list-style-image: url("chrome://global/skin/arrow/arrow-rit-sharp.gif");}
  16.  
  17. /*  scale in/decrement .. */
  18.  
  19. .up-arrow {
  20. list-style-image: url("chrome://global/skin/arrow/arrow-up-sharp.gif");}
  21.  
  22. .down-arrow {
  23. list-style-image: url("chrome://global/skin/arrow/arrow-dn-sharp.gif");}